projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd28fa5
)
(text-mode-map): Bind ispell-complete-word to M-TAB.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Oct 1993 20:02:21 +0000
(20:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 26 Oct 1993 20:02:21 +0000
(20:02 +0000)
lisp/textmodes/text-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/text-mode.el
b/lisp/textmodes/text-mode.el
index c637b100790b701f44c00230bc13c3e969579bde..496270253bfe4ce14772934e9dda89f90d07026b 100644
(file)
--- a/
lisp/textmodes/text-mode.el
+++ b/
lisp/textmodes/text-mode.el
@@
-50,6
+50,7
@@
inherit all the commands defined in this map.")
(if text-mode-map
()
(setq text-mode-map (make-sparse-keymap))
+ (define-key text-mode-map "\e\t" 'ispell-complete-word)
(define-key text-mode-map "\t" 'tab-to-tab-stop)
(define-key text-mode-map "\es" 'center-line)
(define-key text-mode-map "\eS" 'center-paragraph))